Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit b255dbb03e693a26b11a1be4d0563201bc276ec2


Parents : 2782266
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-03-06T01:25:15-06:00

Update version to 4.2.1 in __init__.py and version.py for consistency

Changes

2 files changed, 4 insertions(+), 4 deletions(-)


Diff

diff --git a/meshchatx/__init__.py b/meshchatx/__init__.py
index 9afac4d9..6b8fb581 100644
--- a/meshchatx/__init__.py
+++ b/meshchatx/__init__.py
@@ -1,3 +1,3 @@
"""Reticulum MeshChatX - A mesh network communications app."""
-__version__ = "4.2.0"
+__version__ = "4.2.1"

diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py
index 0bb84504..a071f00f 100644
--- a/meshchatx/src/version.py
+++ b/meshchatx/src/version.py
@@ -1,5 +1,5 @@
-"""Auto-generated helper so Python tooling and the Electron build
-share the same version string.
+"""Version string synced from package.json. Do not edit by hand.
+Run: pnpm run version:sync
"""
-__version__ = "4.2.0"
+__version__ = "4.2.1"


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────